home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / htdocs / restricted / user_pwd.sql < prev   
Text File  |  2003-04-23  |  106b  |  5 lines

  1.  CREATE TABLE user_pwd (
  2.    name CHAR(30) NOT NULL,
  3.    pass CHAR(20) NOT NULL,
  4.   PRIMARY KEY (name)
  5.  )